home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / cterm.lha / README < prev    next >
Text File  |  1993-08-13  |  2KB  |  38 lines

  1. Format and print the man-page 'cterm.1'.
  2. Follow the instructions in the section on 'Installation'.
  3.  
  4. Note that on a Sun you will probably want to use the SYSV C compiler
  5. (/usr/5bin/cc) because it provides a better Curses.
  6. Set the CC-variable in the Makefile to '/usr/5bin/cc',
  7. and the LDFLAGS to '-lcurses -ltermcap'.
  8. When using the standard cc-compiler, I could compile everything properly
  9. but bsd-curses messed up my screen.
  10.  
  11. On Ultrix ATT-curses is available in 'cursesX' (instead of 'curses').
  12. What I did was modify all references to 'curses' in *.mk, *.c and *.h to
  13. 'cursesX'.  I set CFLAGS to '-YPOSIX -DLANGUAGE_C' (note the '-Y')
  14. and LDFLAGS to '-lcursesX'. It worked.
  15.  
  16. On a Convex, cbreak (nocbreak) are called crmode (nocrmode).
  17. Add the definitions 'cbreak(){crmode();}' and 'nocbreak(){nocrmode();}' 
  18. to 'cursesXt.c' for compatibility.
  19.  
  20. History:
  21. 1. Posting on Usenet in comp.lang.perl (date ??).
  22. 2. Before posting Jinx on Usenet one bug regarding the setting of
  23.    the loglevel was removed.
  24. 3. After posting Jinx, problems with arrow keys showed up. Functionality
  25.    was added to control the key-left and key-right commands of the
  26.    built-in editor. Also 'cursesX' was renamed to 'cursesXt' because
  27.    of a name clash with Ultrix's X/open version of 'curses'.
  28.  
  29. Please mail me (henkp@cs.ruu.nl) about problems encountered during
  30. installation on other systems.
  31.  
  32.                 ===  HenkP  ===
  33.  
  34. Henk P. Penning, Dept of Computer Science, Utrecht University.
  35. Padualaan 14, P.O. Box 80.089, 3508 TB Utrecht, The Netherlands.
  36. Telephone: +31-30-534106
  37. e-mail   : henkp@cs.ruu.nl (uucp to hp4nl!ruuinf!henkp)
  38.